Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
widgets.
+Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
+ jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
+ widgets.
+
2005-02-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
+Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
+ jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
+ widgets.
+
2005-02-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
+Wed Feb 23 17:34:01 2005 Jonathan Blandford <jrb@redhat.com>
+
+ * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Patch from
+ jorn@nl.linux.org (Jorn Baayen) to notice changes to fixed-height
+ widgets.
+
2005-02-23 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkkeys-win32.c (update_keymap): Workaround for bug in
gtk_widget_queue_draw_area (GTK_WIDGET (tree_view),
0, y,
- GTK_WIDGET (tree_view)->requisition.width,
+ GTK_WIDGET (tree_view)->allocation.width,
GTK_RBNODE_GET_HEIGHT (node));
}